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
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-1
/
+4
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-7
/
+11
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-51
/
+51
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-1
/
+5
2012-12-17
Add support for destructuring vectors in match expressions
Jakub Wieczorek
-1
/
+5
2012-12-12
syntax: remove most code handling old-style syntax extensions.
Graydon Hoare
-7
/
+0
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-7
/
+2
2012-12-07
Remove impl_id from trait_ref. Unused
Brian Anderson
-2
/
+1
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+2
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-38
/
+38
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-0
/
+7
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-36
/
+36
2012-11-29
Distinguish `stmt_mac`s that are followed by semicolons and those that aren't.
Paul Stansifer
-1
/
+1
2012-11-29
Allow for macros to occur in statement position.
Paul Stansifer
-1
/
+3
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-27
/
+0
2012-11-28
librustc: Parse `extern "C" { ... }`. r=brson
Patrick Walton
-2
/
+3
2012-11-26
Remove the crate language
Brian Anderson
-27
/
+0
2012-11-18
syntax: Remove cdir_syntax. Unused
Brian Anderson
-1
/
+0
2012-11-14
librustc: Require the #[derivable] attribute, remove the significance of "imp...
Patrick Walton
-4
/
+2
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-3
/
+3
2012-11-06
Cleanup how we handle proto in types, remove unsound subtyping
Niko Matsakis
-7
/
+11
2012-11-05
rustc: Implement parsing and typechecking for "once fn"
Patrick Walton
-4
/
+5
2012-11-02
syntax: Fold macros in default methods. Closes #3911
Brian Anderson
-1
/
+7
2012-11-01
Support #[cfg] on methods
Brian Anderson
-0
/
+1
2012-10-30
Preserve parenthesization in the AST
Tim Chevalier
-1
/
+2
2012-10-25
rustc: Translate tuple struct constructors
Patrick Walton
-2
/
+2
2012-10-24
rustc: Implement typechecking for tuple structs. r=nmatsakis
Patrick Walton
-2
/
+4
2012-10-23
Remove <- operator from the compiler
Tim Chevalier
-11
/
+1
2012-10-23
rustc: Implement typechecking for simple monomorphic derivable traits on mono...
Patrick Walton
-2
/
+4
2012-10-22
Simplify the AST representation of ty param bounds
Tim Chevalier
-4
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-2
/
+2
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-19
/
+0
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-0
/
+19
2012-10-08
remove ctor from ast
Niko Matsakis
-19
/
+0
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-27
libsyntax: Parse visibility modifiers before foreign items
Patrick Walton
-1
/
+2
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-18
/
+18
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-6
/
+4
2012-09-24
Support visibility qualifiers in crate directives properly.
Graydon Hoare
-4
/
+5
2012-09-23
core: Demode option
Brian Anderson
-17
/
+17
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-23
/
+23
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-52
/
+54
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-3
/
+3
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-3
/
+3
2012-09-07
Implement &-patterns
Tim Chevalier
-0
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-12
/
+12
[next]