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
/
run-pass
/
nullable-pointer-iotareduction.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-05
Convert unknown_features lint into an error
varkor
-2
/
+0
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2016-03-09
tests: Avoid transmuting from fn item types.
Eduard Burtescu
-7
/
+4
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-3
/
+3
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-01-08
fallout: run-pass tests that use box. (many could be ported to `Box::new` in...
Felix S. Klock II
-0
/
+3
2015-01-06
Fix fallout
Corey Richardson
-11
/
+11
2015-01-05
Un-gate macro_rules
Keegan McAllister
-2
/
+0
2014-12-20
Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.
Nick Cameron
-2
/
+2
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-6
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-2
/
+0
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+1
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-1
/
+1
2014-05-13
test: Add missing `#![feature(managed_boxes)]`
klutzy
-1
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-14
Use new attribute syntax in python files in src/etc too (#13478)
Manish Goregaokar
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-0
/
+1
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-02-25
test: Clean out the test suite a bit
Alex Crichton
-16
/
+4
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-02-07
Added tests to make tidy
Derek Guenther
-0
/
+10
2014-02-02
Update/delete tests using @[].
Huon Wilson
-2
/
+0
2014-02-02
test: Remove `@str` from the test suite
Patrick Walton
-1
/
+0
2013-11-28
Register new snapshots
Alex Crichton
-3
/
+3
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-5
/
+10
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-2
/
+0
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-1
/
+1
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-3
/
+3
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+1
2013-04-22
Add some tests for nullable-pointer enums
Jed Davis
-0
/
+87