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
/
parse
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-1
/
+1
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-0
/
+109
2014-07-09
syntax: don't process string/char/byte/binary lits
Corey Richardson
-0
/
+232
2014-07-09
syntax: doc comments all the things
Corey Richardson
-7
/
+6
2014-07-04
Removed unnecessary method in test
Adolfo OchagavĂa
-16
/
+2
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-35
/
+18
2014-06-18
Handle CRLF properly in the lexer
Kevin Ballard
-0
/
+22
2014-06-18
Remove TraitStore from ty_trait
Nick Cameron
-2
/
+6
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+1
2014-06-13
syntax: parse outer attributes in `quote_item!` calls.
Huon Wilson
-2
/
+1
2014-06-11
syntax: Move the AST from @T to Gc<T>
Alex Crichton
-17
/
+18
2014-06-04
syntax: methodify the lexer
Corey Richardson
-2
/
+1
2014-05-30
libsyntax: Fix snake_case errors.
Kevin Butler
-3
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-16
/
+16
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-20
/
+20
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+6
2014-05-17
syntax: Tighten search paths for inner modules
Alex Crichton
-1
/
+6
2014-05-15
Add compiler flag to configure output coloring
Hanno Braun
-2
/
+2
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-35
/
+35
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-27
Fix repeated module documentation
Alexandre Gagnon
-5
/
+0
2014-04-21
auto merge of #13435 : edwardw/rust/span, r=brson
bors
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-15
/
+15
2014-04-18
Use more precise span when reporting semicolon hint
Edward Wang
-1
/
+1
2014-04-10
Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...
Kasey Carrothers
-1
/
+1
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-3
/
+4
2014-04-03
syntax: Remove AbiSet, use one Abi
Alex Crichton
-1
/
+1
2014-03-31
syntax: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-03-29
auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
bors
-10
/
+0
2014-03-29
Register new snapshot
Flavio Percoco
-10
/
+0
2014-03-28
De-@ TokenTree.
Eduard Burtescu
-3
/
+3
2014-03-27
serialize: use Result
Sean McArthur
-1
/
+10
2014-03-22
Migrate all users of opt_vec to owned_slice, delete opt_vec.
Huon Wilson
-11
/
+11
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-1
/
+2
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-38
/
+28
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-39
/
+39
2014-03-12
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
Felix S. Klock II
-7
/
+7
2014-03-12
alpha-rename .ident to .name in Lifetime, including in rustdoc.
Felix S. Klock II
-3
/
+3
2014-03-01
libsyntax: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-4
/
+7
2014-03-01
libsyntax: Mechanically change `~[T]` to `Vec<T>`
Patrick Walton
-33
/
+33
2014-03-01
auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson
bors
-2
/
+2
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-6
/
+6
2014-02-28
syntax: Refactor diagnostics to focus on Writers
Alex Crichton
-2
/
+2
2014-02-24
Move extra::json to libserialize
Alex Crichton
-3
/
+1
2014-02-20
move extra::test to libtest
Liigo Zhuang
-3
/
+4
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-25
/
+33
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-5
/
+5
2014-02-06
auto merge of #12048 : sanxiyn/rust/crate-config, r=alexcrichton
bors
-3
/
+3
[next]