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
/
parse
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-17
auto merge of #11598 : alexcrichton/rust/io-export, r=brson
bors
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-17
rustc::driver: Capitalize structs and enums
klutzy
-1
/
+1
2014-01-15
libsyntax: Remove the obsolete ability to parse from substrings.
Patrick Walton
-40
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-47
/
+46
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-2
/
+1
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-3
/
+3
2014-01-03
libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader`
Patrick Walton
-2
/
+2
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-25
/
+25
2014-01-03
libsyntax: De-`@mut` `ParseSess::included_mod_stack`
Patrick Walton
-3
/
+4
2014-01-02
libsyntax: Fix test and merge fallout.
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: De-`@mut` `token` in the parser
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: De-`@mut` `quote_depth` in the parser
Patrick Walton
-1
/
+1
2014-01-02
libsyntax: Make the parser mutable
Patrick Walton
-34
/
+19
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2013-12-20
rustc: Improve crate id extraction
Alex Crichton
-0
/
+24
2013-12-04
Rename extra::json::*::init() constructors to *::new()
Kevin Ballard
-1
/
+1
2013-12-01
auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr
bors
-10
/
+10
2013-12-01
Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...
Eduard Burtescu
-10
/
+10
2013-11-29
extra: missed a couple `@` in json
Erick Tryzelaar
-1
/
+1
2013-11-29
extra: json::Encoder should take a &mut io::Writer
Erick Tryzelaar
-3
/
+4
2013-11-29
extra: Rename json constructors into *::init
Erick Tryzelaar
-1
/
+1
2013-11-20
auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
bors
-1
/
+1
2013-11-21
Fix parsing tests
Seo Sanghyeon
-1
/
+1
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-13
/
+8
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-5
/
+5
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-10
/
+10
2013-11-04
libsyntax/librustc: Allow calling variadic foreign functions.
Luqman Aden
-1
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-3
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-10
/
+6
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-1
/
+1
2013-10-25
libsyntax/librustc: Allow mut qualifier in patterns.
Luqman Aden
-3
/
+2
2013-10-24
Remove io::read_error
Alex Crichton
-3
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-14
/
+38
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-1
/
+2
2013-09-30
syntax: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-29
Remove all usage of @ast::Crate
Alex Crichton
-2
/
+2
2013-09-24
added test case for tokenization of macro_rules
John Clements
-0
/
+45
2013-09-24
cleanup
John Clements
-9
/
+2
2013-09-23
librustc: Remove the remaining direct uses of `@fn` from librustc.
Patrick Walton
-1
/
+1
2013-09-16
Update syntax test
Corey Richardson
-1
/
+123
2013-09-16
Fix hardcoded string in libsyntax
Corey Richardson
-24
/
+2
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-32
/
+17
2013-09-03
Modernized a few more types in syntax::ast
Marvin Löbel
-19
/
+19
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-8
/
+8
2013-08-30
fix various warnings
Erick Tryzelaar
-1
/
+1
2013-08-27
librustc: Fix merge fallout.
Patrick Walton
-45
/
+3
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-2
/
+2
2013-08-27
librustc: Add support for type parameters in the middle of paths.
Patrick Walton
-78
/
+149
[prev]
[next]