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
/
pretty
/
block-disambig.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-59
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2015-08-11
Fix #27567: remove --crate-type=lib from pretty test
Tim Neumann
-0
/
+2
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-8
/
+8
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-6
/
+6
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-2
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-10-02
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-10-02
tests: remove uses of Gc.
Eduard Burtescu
-9
/
+8
2014-07-26
Remove managed_box gate from tests
Brian Anderson
-1
/
+0
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-6
/
+6
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-8
/
+9
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
-1
/
+2
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+2
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-4
/
+9
2013-12-14
Handle more cases in the heap lints
Alex Crichton
-0
/
+2
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-2
/
+2
2013-01-28
testsuite: De-record pretty tests
Tim Chevalier
-1
/
+3
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-08-23
Remove match check from test cases
Tim Chevalier
-5
/
+6
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-5
/
+5
2012-08-05
Switch alts to use arrows
Brian Anderson
-5
/
+5
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-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-3
/
+3
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-5
/
+5
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-1
/
+11
2012-01-30
Alter/remove tests that include/concern ternary
Paul Woolcock
-1
/
+1
2011-09-15
Add regression tests for previously ambiguous syntactic forms
Brian Anderson
-0
/
+37
2011-09-15
Remove maybe_protect_block kludge from pretty-printer
Marijn Haverbeke
-35
/
+0
2011-09-09
Make the pretty printer disambiguatae blocks followed by vec expressions.
Jesse Ruderman
-0
/
+2
2011-08-20
Reformat
Brian Anderson
-42
/
+10
2011-08-18
Try harder to disambig blocks followed by various exprs in pprust. Closes #840
Brian Anderson
-0
/
+65