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
/
fuzzer
Age
Commit message (
Expand
)
Author
Lines
2012-07-30
Feed the interner to the pretty-printer, in anticipation of pretty-printing t...
Paul Stansifer
-14
/
+26
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-1
/
+5
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-12
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-100
/
+105
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-1
/
+1
2012-07-12
Merge remote-tracking branch 'origin/dist-snap' into incoming
Graydon Hoare
-3
/
+3
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-2
/
+2
2012-07-11
Fix some version numbers.
Graydon Hoare
-3
/
+3
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-4
/
+4
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-28
/
+31
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-7
/
+7
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-82
/
+82
2012-06-28
Don't use literal info from the original source when pretty printing expanded...
Michael Sullivan
-11
/
+14
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-76
/
+76
2012-06-21
Remove some singleton vector appends.
Eric Holk
-8
/
+8
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-16
/
+16
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-18
/
+2
2012-06-13
Box AST idents
Brian Anderson
-1
/
+1
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-1
/
+1
2012-05-21
remove mutable cycle from ast_fold
Niko Matsakis
-5
/
+5
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-5
/
+5
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-3
/
+0
2012-05-04
new cap clause syntax
Niko Matsakis
-2
/
+2
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-6
/
+6
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-6
/
+6
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-3
/
+3
2012-04-13
use find not echo; this also brings fuzzer under the iron fist of tidy.py!
Niko Matsakis
-45
/
+89
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-1
/
+0
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-7
/
+7
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-2
/
+7
2012-04-01
Fixing issue 1919. list_dir is the more general version that returns a vector...
Jonathan Sternberg
-1
/
+1
2012-03-28
Update CC fuzzer
Jesse Ruderman
-2
/
+2
2012-03-28
Update AST fuzzer
Jesse Ruderman
-10
/
+5
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-18
/
+18
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-5
/
+5
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-9
/
+9
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-2
/
+2
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-10
/
+9
2012-03-10
core: Remove the nearly empty math module
Brian Anderson
-2
/
+2
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-1
/
+1
2012-03-02
comp/fuzzer: rewrite to use io::with_str_reader.
Erick Tryzelaar
-10
/
+14
2012-03-02
comp/std: rename io::string_reader to io::str_reader.
Erick Tryzelaar
-3
/
+3
2012-02-24
Start next_id at 1 to make the compiler happy
Jesse Ruderman
-2
/
+2
2012-02-24
AST fuzzer: remove ignores for fixed issues; update issue URLs
Jesse Ruderman
-43
/
+20
2012-02-24
Improve the cycle-collector fuzzer
Jesse Ruderman
-27
/
+59
2012-02-23
Adjust fuzzer and cargo to changes in core::str API
Marijn Haverbeke
-1
/
+1
[prev]
[next]