about summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-4/+4
2012-06-20Remove bind. Issue #2189Brian Anderson-4/+6
2012-06-15Add the interner to parse_sess.Paul Stansifer-24/+3
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-1/+1
2012-06-14Comments only: annotate FIXMEs in rustdocTim Chevalier-2/+2
2012-06-13Box AST identsBrian Anderson-21/+22
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-1/+6
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
2012-05-30avoid modifying variable we are alting overNiko Matsakis-5/+5
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-1/+1
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-33/+32
2012-05-24Access parse/attrs.rs with an impl.Paul Stansifer-1/+2
2012-05-23Prevent capturing non-copyable things in closures.Eric Holk-4/+4
2012-05-23rustc: Move new_def_hash to ast_utilBrian Anderson-5/+4
2012-05-22Send is no longer a subkind of copy. This allows for sendable, but non-copyab...Eric Holk-2/+2
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-6/+6
2012-05-21rustc: Remove ast_map's session dependencyBrian Anderson-1/+2
2012-05-21change list so that it must be used in a purely boxed fashionNiko Matsakis-1/+1
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-29/+34
2012-05-09rustc: Refactor driver to better understand string sourcesBrian Anderson-4/+6
2012-05-08rustc: Extract session::basic_options from rustdocBrian Anderson-27/+1
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-18/+15
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-15/+18
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-8/+8
2012-04-23Allow classes to be cast to ifaces that are in the same crateTim Chevalier-2/+2
2012-04-23Rename option::get_or_default to get_default, for consistencyTim Chevalier-2/+2
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-3/+3
2012-04-19syntax: Extract attribute parsing to its own modBrian Anderson-1/+1
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-8/+8
2012-04-18syntax: Put the main parser interface in mod parseBrian Anderson-7/+8
2012-04-17new debug flag, new testNiko Matsakis-0/+1
2012-04-15syntax: Cleanup attr module. Closes #1545Brian Anderson-1/+1
2012-04-12Support general warnings and errors in lint pass via flags and attrs. Close #...Graydon Hoare-1/+0
2012-04-08rustdoc: Use parallel map by defaultBrian Anderson-1/+1
2012-04-06Re-rename option functionsTim Chevalier-3/+3
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-13/+14
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-2/+7
2012-04-03rustdoc: Remove stray binaryBrian Anderson-0/+0
2012-04-02Rename some core::option functionsTim Chevalier-5/+7
2012-03-29rustc: Remove the rustsyntax::attr wrapper in frontBrian Anderson-1/+1
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-13/+13
2012-03-26Disallow ret inside of block functionsMarijn Haverbeke-2/+3
2012-03-23Implement new inference algorithm.Niko Matsakis-2/+2
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-03-22Add an LLVM-instruction-counting mode to trans.Graydon Hoare-0/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-20/+19
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-1/+1
2012-03-20rustdoc: Refactor reexport_passBrian Anderson-66/+50