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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-06
Fix assertion message generation
Shotaro Yamada
-0
/
+1
2018-03-28
Stabilize match_default_bindings
Taylor Cramer
-1
/
+1
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
2016-11-30
Update the bootstrap compiler
Alex Crichton
-2
/
+0
2016-11-30
Rename 'librustc_unicode' crate to 'libstd_unicode'.
Corey Farwell
-1
/
+1
2016-11-29
Auto merge of #37369 - estebank:multiline-span, r=nikomatsakis
bors
-0
/
+3
2016-11-22
Show multiline spans in full if short enough
Esteban Küber
-0
/
+3
2016-11-21
Remove `Rc` from the interner.
Jeffrey Seyfried
-0
/
+1
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+1
2016-11-11
Change implementation of syntax::util::SmallVector to use data_structures::Sm...
Mark-Simulacrum
-0
/
+1
2016-11-03
Stabilize `..` in tuple (struct) patterns
Vadim Petrochenkov
-1
/
+1
2016-10-28
Auto merge of #37373 - nnethercote:html5ever-more-more, r=nrc
bors
-0
/
+1
2016-10-27
review changes
Nick Cameron
-0
/
+1
2016-10-25
Use `SmallVector` for `TtReader::stack`.
Nicholas Nethercote
-0
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-0
/
+1
2016-09-07
Strip unconfigured nodes in the `InvocationCollector` fold.
Jeffrey Seyfried
-0
/
+1
2016-09-05
Add module `ext::placeholders` with `placeholder()` and `PlaceholderExpander`.
Jeffrey Seyfried
-0
/
+1
2016-08-24
Remove drop flags from structs and enums implementing Drop.
Eduard Burtescu
-1
/
+0
2016-08-16
Proc_macro is alive
cgswords
-0
/
+1
2016-07-17
Rename `mtwt` to `hygiene`
Jeffrey Seyfried
-1
/
+1
2016-06-30
Add comments on error code list
Guillaume Gomez
-1
/
+1
2016-06-29
Add error codes in libsyntax
ggomez
-6
/
+15
[next]