| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-28 | Update crate URLs to point to interesting things. | Graydon Hoare | -1/+1 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -13/+13 | |
| 2012-03-26 | Disallow ret inside of block functions | Marijn Haverbeke | -2/+3 | |
| Also adds proper checking for cont/break being inside a loop. Closes #1854 Issue #1619 | ||||
| 2012-03-23 | Implement new inference algorithm. | Niko Matsakis | -2/+2 | |
| 2012-03-22 | Bump version numbers to 0.2 | Brian Anderson | -1/+1 | |
| 2012-03-22 | Add an LLVM-instruction-counting mode to trans. | Graydon Hoare | -0/+1 | |
| Pipe to xdu to see a trans call graph of generated insns. | ||||
| 2012-03-22 | make --enforce-mut-vars always on, add mut annotations to remaining files | Niko Matsakis | -20/+19 | |
| 2012-03-21 | Avoid mangling names differently in debug builds to work around a build ↵ | Josh Matthews | -1/+1 | |
| error. Fix up file name and path debug information, and build one compilation unit for a crate instead of one per source file. | ||||
| 2012-03-20 | rustdoc: Refactor reexport_pass | Brian Anderson | -66/+50 | |
| 2012-03-20 | rustdoc: Document impl reexports | Brian Anderson | -0/+143 | |
| 2012-03-20 | rustdoc: Run the entire resolve pass | Brian Anderson | -3/+5 | |
| 2012-03-20 | Revert order of arguments to option::maybe and from_maybe | Marijn Haverbeke | -4/+4 | |
| Closes #2019 | ||||
| 2012-03-18 | rustdoc: Print type params in fn sigs. Closes #2021 | Brian Anderson | -18/+29 | |
| 2012-03-16 | core: Store reexporting result and either. Closes #1997 | Brian Anderson | -0/+1 | |
| 2012-03-16 | rustdoc: Allow elipses to appear in brief descriptions. Closes #2003 | Brian Anderson | -5/+62 | |
| 2012-03-16 | rustdoc: Escape backslashes | Brian Anderson | -1/+21 | |
| 2012-03-15 | Turn on monomorphization by default | Marijn Haverbeke | -1/+0 | |
| 2012-03-14 | std: Rename the hashmap constructors to conform to new standards | Brian Anderson | -2/+2 | |
| Instead of using the new_ prefix just name them after their type | ||||
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -7/+7 | |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -1/+1 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -15/+8 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-03-11 | rustdoc: Add indexes to native mods. Closes #1963 | Brian Anderson | -8/+61 | |
| 2012-03-10 | wibble | Tim Chevalier | -3/+2 | |
| 2012-03-10 | core: Remove the nearly empty math module | Brian Anderson | -1/+1 | |
| This mod only had two functions, all of whose users have been changed to use the uint module. | ||||
| 2012-03-10 | rustdoc: Put native mods on their own pages. Closes #1959 | Brian Anderson | -2/+41 | |
| 2012-03-10 | rustdoc: Fix native mod breakage | Brian Anderson | -0/+7 | |
| 2012-03-10 | rustdoc: Write page titles | Brian Anderson | -21/+66 | |
| 2012-03-10 | rustdoc: Remove unused fn | Brian Anderson | -4/+0 | |
| 2012-03-10 | rustdoc: Fix generation of impl links. Closes #1953 | Brian Anderson | -1/+8 | |
| 2012-03-09 | Merge branch 'master' into floop-for-snapshot | Tim Chevalier | -1762/+604 | |
| 2012-03-09 | rustdoc: Change the formatting for enum variants | Brian Anderson | -5/+4 | |
| 2012-03-09 | rustdoc: Simplify attribute parsing | Brian Anderson | -230/+59 | |
| 2012-03-09 | rustdoc: Accept the first sentence as the brief description | Brian Anderson | -8/+35 | |
| 2012-03-09 | rustdoc: Simplify the relation between the brief and long description | Brian Anderson | -184/+32 | |
| Brief is just used for indexes now | ||||
| 2012-03-09 | rustdoc: Vastly simplify the document model | Brian Anderson | -1244/+37 | |
| Don't attempt to impose any structure for documenting arguments, return values, etc. | ||||
| 2012-03-09 | rustdoc: Update the demo module | Brian Anderson | -95/+73 | |
| 2012-03-09 | rustdoc: Write sections in markdown | Brian Anderson | -60/+93 | |
| 2012-03-09 | rustdoc: Add the concept of 'sections' | Brian Anderson | -2/+337 | |
| 2012-03-09 | Add an infinite loop construct | Tim Chevalier | -2/+2 | |
| Add a loop {} construct for infinite loops, and use it in test cases. See #1906 for details. | ||||
| 2012-03-08 | rustdoc: Rename desc_pass to text_pass | Brian Anderson | -3/+3 | |
| 2012-03-08 | Rename last to last_opt, last_unsafe to last | Tim Chevalier | -1/+1 | |
| As per discussion on IRC. I am about to file an RFC for further discussion about the more general issue of whether to enforce invariants through types, typestate, or dynamic checks, but for now, removing the misleading name "last_unsafe". | ||||
| 2012-03-08 | rustdoc: Improve formatting of subsection headers | Brian Anderson | -14/+21 | |
| 2012-03-08 | rustdoc: Format return values consistently | Brian Anderson | -6/+6 | |
| 2012-03-08 | rustdoc: Add some more demo docs | Brian Anderson | -0/+30 | |
| 2012-03-08 | rustdoc: Don't bother reporting the type of return values | Brian Anderson | -240/+19 | |
| 2012-03-08 | rustdoc: Don't bother reporting the type of arguments | Brian Anderson | -125/+10 | |
| This is already displayed in the function signature. Simpler this way. | ||||
| 2012-03-08 | Rename last_total to last_unsafe | Tim Chevalier | -1/+3 | |
| See Issue 1943 for any discussion (reopen it if necessary). Closes #1943 | ||||
| 2012-03-08 | Drop collect_items pass, create decls on demand | Marijn Haverbeke | -5/+5 | |
| This solves a problem with inlined functions that have inner functions. | ||||
| 2012-03-07 | rustdoc: Look for pandoc in ~/.cabal | Brian Anderson | -2/+6 | |
| 2012-03-07 | stdlib: Stop incurring vtable dispatch costs when hashmaps are used | Patrick Walton | -2/+8 | |
| This required changing almost all users of hashmaps to import the hashmap interface first. The `size` member in the hashmap structure was renamed to `count` to work around a name conflict. | ||||
