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
/
test
/
compile-fail
/
non-const.rs
Age
Commit message (
Expand
)
Author
Lines
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-58
/
+0
2013-02-21
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
Luqman Aden
-3
/
+6
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-2
/
+2
2013-02-08
Fix subtle error in caching during kind computation that could cause linear
Niko Matsakis
-6
/
+6
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-2
/
+2
2012-11-14
Convert the test suite to use the Drop trait
Ben Striegel
-2
/
+8
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-06
Remove struct ctors
Brian Anderson
-2
/
+12
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-03
test: Remove a fixed-length string from a test
Patrick Walton
-1
/
+0
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-6
/
+6
2012-06-30
change the test suite `//! kind` syntax to `//~ kind` in order to avoid a
Gareth Daniel Smith
-6
/
+6
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+2
2012-06-01
Port more resource tests to classes
Tim Chevalier
-2
/
+11
2012-05-31
Allow some resources to be considered const.
Eric Holk
-1
/
+3
2012-05-24
Const kind checking. The rules are almost certainly incomplete and unsound...
Eric Holk
-0
/
+19