index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-01
Split out growth functionality into BitVector type
Mark Rousskov
-2
/
+2
2018-08-01
Switch syntax attribute tracking to BitVector
Mark Rousskov
-4
/
+8
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-23
Extend ParseSess to support buffering lints
mark
-0
/
+2
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-0
/
+2
2018-06-23
expansion: Improve searchability for `AstFragments` methods
Vadim Petrochenkov
-4
/
+5
2018-06-09
Crate-ify and delete unused code in syntax::parse
Mark Simulacrum
-0
/
+1
2018-05-17
Move definition of `Edition` from libsyntax to libsyntax_pos
Vadim Petrochenkov
-2
/
+1
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-2
/
+2
2018-05-03
Use escape_default() for strings in LitKind::token().
Nicholas Nethercote
-0
/
+1
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-5
/
+1
2018-04-12
Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton
bors
-2
/
+2
2018-04-12
Mark the rest of the `unicode` feature flag as perma-unstable.
Simon Sapin
-1
/
+1
2018-04-12
Deprecate the std_unicode crate
Simon Sapin
-1
/
+1
2018-04-11
Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm
kennytm
-0
/
+1
2018-04-11
Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton
bors
-1
/
+0
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-0
/
+2
2018-04-09
Convert sort_by to sort_by_cached_key
varkor
-0
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-05
Bump the bootstrap compiler to 1.26.0 beta
Alex Crichton
-2
/
+0
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
2018-03-28
Make SyntaxExtension thread-safe
John Kåre Alsaker
-0
/
+2
2018-03-26
Stabilize i128_type
Mark Mansi
-1
/
+1
2018-03-20
rename epoch to edition
Kurtis Nusbaum
-1
/
+1
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-0
/
+30
2018-03-08
Move epochs to libsyntax
Manish Goregaokar
-0
/
+2
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-01-29
Add internal-only rustc_serialize_exclude_null attribute for making the field...
Manish Goregaokar
-0
/
+1
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-1
/
+1
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2017-12-21
Make mk_attr_id thread safe
John Kåre Alsaker
-0
/
+1
2017-12-17
syntax: recovery for incorrect associated item paths like `[T; N]::clone`
Vadim Petrochenkov
-0
/
+1
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-1
/
+5
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-06
de-orphan extended information
Zack M. Davis
-1
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-07
fix the easy features in libsyntax
ubsan
-6
/
+1
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-1
/
+1
2017-03-29
Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.
Jeffrey Seyfried
-1
/
+1
2017-03-14
Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.
Jeffrey Seyfried
-0
/
+10
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-0
/
+1
2017-02-05
Move derive macro expansion into the MacroExpander
Josh Driver
-0
/
+1
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-2
/
+1
2017-01-22
Refactor `TokenStream`.
Jeffrey Seyfried
-1
/
+3
2017-01-22
Remove unused `extern crate`s.
Jeffrey Seyfried
-4
/
+0
2017-01-08
Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc
bors
-1
/
+1
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-1
/
+2
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-12
Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton
bors
-1
/
+1
[next]