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
/
ext
/
pipes
/
pipec.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-19
/
+19
2013-05-08
test: Fix tests and the pipe compiler
Patrick Walton
-4
/
+5
2013-05-08
librustc: Remove mutable fields from the language.
Patrick Walton
-4
/
+2
2013-05-01
allow parsing attributes on struct fields
Erick Tryzelaar
-1
/
+2
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-1
/
+0
2013-04-29
test: Fix tests.
Patrick Walton
-1
/
+3
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-5
/
+3
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-5
/
+0
2013-04-25
Rename vec::mod2 to vec::mod_zip
Corey Richardson
-2
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
librustc: Remove common fields and nested enums from the language
Patrick Walton
-1
/
+1
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-20
/
+20
2013-03-11
libsyntax: Remove newtype enums from libsyntax. rs=deenum
Patrick Walton
-3
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-5
/
+1
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+2
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-1
/
+2
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-22
/
+31
2013-02-27
auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...
bors
-22
/
+31
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-22
/
+31
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-3
/
+3
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-3
/
+3
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
/
+2
2013-02-22
libsyntax: De-mut the parser. rs=demuting
Patrick Walton
-14
/
+11
2013-02-22
libsyntax: De-mut the pipe compiler
Patrick Walton
-12
/
+17
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-21
/
+23
2013-02-19
libsyntax: make enum variants take refs
Erick Tryzelaar
-15
/
+12
2013-02-17
libsyntax: Long lines.
Luqman Aden
-2
/
+4
2013-02-17
libsyntax: Explicit-self-ify pipes compiler.
Luqman Aden
-21
/
+21
2013-02-17
libsyntax: Remove last use of structural records in pipes compiler.
Luqman Aden
-4
/
+20
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-4
/
+3
2013-02-15
libsyntax: Get rid of uses of `move` and don't parse it.
Luqman Aden
-16
/
+16
2013-02-04
core/syntax: Staging fixes
Tim Chevalier
-28
/
+0
2013-02-04
syntax: Make the pipe compiler stop generating set_buffer_ calls
Tim Chevalier
-2
/
+2
2013-02-04
core/syntax: Add transitional code for pipes
Tim Chevalier
-0
/
+28
2013-01-31
test cases, cleanup
John Clements
-1
/
+1
2013-01-29
libsyntax: De-export a lot of libsyntax. rs=deëxporting
Patrick Walton
-6
/
+6
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-4
/
+4
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-2
/
+3
2013-01-24
Convert pipes::Buffer into a struct
Erick Tryzelaar
-4
/
+4
2013-01-20
Convert many libsyntax records into structs
Erick Tryzelaar
-2
/
+2
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-5
/
+10
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-1
/
+3
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-45
/
+50
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-10
/
+3
2012-12-09
Remove transitional code
Brian Anderson
-109
/
+0
[next]