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
/
ext
/
pipes
/
proto.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-26
Infer default static/Owned bounds for unbounded heap fns/traits (#7264)
Ben Blum
-2
/
+1
2013-06-25
great renaming propagation: syntax
Corey Richardson
-2
/
+0
2013-06-23
Parse and typecheck (not kindcheck) bounds on trait paths.
Ben Blum
-1
/
+2
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+2
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-6
/
+6
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-11
/
+11
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-28
/
+32
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: collect the ast building traits into a single trait.
Huon Wilson
-2
/
+3
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-2
/
+2
2013-05-19
Register snapshots
Brian Anderson
-15
/
+0
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-4
/
+4
2013-05-10
syntax: Use the new `for` protocol
Alex Crichton
-0
/
+16
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-1
/
+0
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-9
/
+9
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-19
syntax: de-mode and prepare for de-modeing rustc
Alex Crichton
-6
/
+6
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
syntax: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+6
2013-03-13
librustc: Remove "base types" from the language.
Patrick Walton
-4
/
+8
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-7
/
+7
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-7
/
+7
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-7
/
+7
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-26
libsyntax: remove vecs_implicitly_copyable from the syntax extensions
Erick Tryzelaar
-4
/
+4
2013-02-25
libsyntax: add explicit modes where required to copy strs/vecs
Erick Tryzelaar
-3
/
+3
2013-02-22
libsyntax: De-mut the pipe compiler
Patrick Walton
-22
/
+19
2013-02-17
libsyntax: Explicit-self-ify pipes compiler.
Luqman Aden
-27
/
+20
2013-02-17
libsyntax: Remove last use of structural records in pipes compiler.
Luqman Aden
-32
/
+21
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-3
/
+2
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-1
/
+1
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-2
/
+2
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deƫxporting
Patrick Walton
-17
/
+18
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-1
/
+1
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-5
/
+8
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-4
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+4
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-3
/
+5
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-2
/
+2
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+1
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-3
/
+3
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
Register snapshots
Brian Anderson
-15
/
+0
[next]