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
/
rustc
/
middle
/
liveness.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Make to_str pure and fix const parameters for str-mutating functions
Tim Chevalier
-2
/
+2
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-29
/
+173
2012-10-08
remove ctor from ast
Niko Matsakis
-173
/
+29
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-21
/
+4
2012-10-05
Remove uses of mutable ref mode.
Tim Chevalier
-4
/
+4
2012-10-05
Revert "wip"
Tim Chevalier
-8
/
+21
2012-10-05
wip
Tim Chevalier
-21
/
+8
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-28
Demode iter::foldl and friends
Tim Chevalier
-1
/
+1
2012-09-28
rename iter2 to each2, make it follow iterator protocol
Niko Matsakis
-1
/
+1
2012-09-28
demode vec
Niko Matsakis
-4
/
+4
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-3
/
+3
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-3
/
+3
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-48
/
+0
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+48
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-5
/
+5
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-6
/
+6
2012-09-11
Make moves explicit in rustc
Tim Chevalier
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-6
/
+6
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-16
/
+16
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-7
/
+7
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-6
/
+5
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-11
/
+11
2012-09-04
Remove 'with'
Brian Anderson
-2
/
+2
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-10
/
+10
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+43
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
rustc: more pattern cleanup
Erick Tryzelaar
-13
/
+8
2012-08-26
Camel case the option type
Brian Anderson
-66
/
+66
2012-08-24
Remove match check
Tim Chevalier
-1
/
+1
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-20
/
+96
2012-08-23
update liveness to camel-cased conventions, silence warnings
Niko Matsakis
-249
/
+267
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-47
/
+47
2012-08-22
intern identifiers
Paul Stansifer
-19
/
+21
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-5
/
+13
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+5
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-3
/
+3
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-2
/
+2
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-2
/
+2
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-47
/
+47
2012-08-06
rustc: Implement functional record update for structs
Patrick Walton
-1
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-162
/
+144
2012-08-03
rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ]
Patrick Walton
-2
/
+8
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-3
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-19
/
+19
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-2
/
+9
[next]