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
Age
Commit message (
Expand
)
Author
Lines
2013-11-27
Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.
Eduard Burtescu
-2
/
+2
2013-11-26
auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
bors
-6
/
+6
2013-11-27
Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.
Eduard Burtescu
-6
/
+6
2013-11-26
libsyntax: Remove all non-`proc` `do` syntax.
Patrick Walton
-40
/
+34
2013-11-26
libsyntax: Remove the old-style borrowed closure type syntax from the
Patrick Walton
-1
/
+8
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-7
/
+7
2013-11-25
auto merge of #10628 : huonw/rust/3614, r=alexcrichton
bors
-7
/
+17
2013-11-25
syntax: parse inner attributes on impls.
Huon Wilson
-7
/
+17
2013-11-24
Add a note for unclosed delimiters
Corey Richardson
-9
/
+7
2013-11-20
auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton
bors
-7
/
+7
2013-11-21
Fix parsing tests
Seo Sanghyeon
-1
/
+1
2013-11-20
Make BytePos 32-bit
Seo Sanghyeon
-6
/
+6
2013-11-19
libsyntax: Change all uses of `&fn` to `||`.
Patrick Walton
-65
/
+73
2013-11-18
libsyntax: Remove `~fn()` from the language
Patrick Walton
-3
/
+11
2013-11-18
Use '..' as slice wildcard in vectors
Brian Anderson
-12
/
+35
2013-11-18
Use '..' as multi-field wildcard in enums and structs.
Brian Anderson
-1
/
+26
2013-11-16
auto merge of #10420 : sanxiyn/rust/path, r=cmr
bors
-4
/
+0
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-6
/
+6
2013-11-11
Fix path parsing
Seo Sanghyeon
-4
/
+0
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-50
/
+25
2013-11-07
auto merge of #10243 : mattcarberry/rust/master, r=brson
bors
-0
/
+13
2013-11-04
libsyntax/librustc: Allow calling variadic foreign functions.
Luqman Aden
-26
/
+78
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-11-02
Added octal literal support.
Matt Carberry
-0
/
+13
2013-10-31
librustc: Implement `|A| -> B` syntax for closures and make bare `fn`
Patrick Walton
-31
/
+155
2013-10-30
syntax: Forbid non-string literals in meta items. #623
Brian Anderson
-0
/
+10
2013-10-29
auto merge of #10134 : reedlepee123/rust/priv_fields, r=brson
bors
-7
/
+4
2013-10-29
librustc: Implement the `proc` type as sugar for `~once fn` and `proc`
Patrick Walton
-20
/
+78
2013-10-29
removed extra line
reedlepee
-1
/
+0
2013-10-29
Indentation
reedlepee
-1
/
+1
2013-10-29
updated the places where the struct is created #7427
reedlepee
-2
/
+3
2013-10-29
Changed name to non_copyable #7427
reedlepee
-1
/
+1
2013-10-29
Added the comment #7427
reedlepee
-1
/
+1
2013-10-29
Replaced empty destructors with NonCopyable #7427
reedlepee
-5
/
+2
2013-10-28
Field identifiers now include specific spans (Closes #8263).
Joshua Yanovski
-1
/
+2
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-3
/
+2
2013-10-25
libsyntax: Get rid of obsolete obsolete warning.
Luqman Aden
-6
/
+0
2013-10-25
libsyntax: Get rid of some logic for some obsolete syntax.
Luqman Aden
-14
/
+5
2013-10-25
libsyntax/librustc: Allow mut qualifier in patterns.
Luqman Aden
-24
/
+12
2013-10-24
Remove io::read_error
Alex Crichton
-3
/
+1
2013-10-24
Remove even more of std::io
Alex Crichton
-17
/
+42
2013-10-22
libsyntax/librustc: Allow specifying mut on ~self.
Luqman Aden
-1
/
+9
2013-10-22
libsyntax/librustc: Allow specifying mut on by-value self.
Luqman Aden
-14
/
+16
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-40
/
+40
2013-10-21
Add support for nested comments
Georges Dubus
-33
/
+41
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-1
/
+1
2013-10-15
path2: Remove .with_display_str and friends
Kevin Ballard
-2
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-5
/
+5
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-22
/
+18
[prev]
[next]