summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-29rustdoc: Move fn docs into the item tagBrian Anderson-131/+70
2012-01-29rustdoc: Move const docs into the item tagBrian Anderson-108/+48
2012-01-29rustdoc: Add test that unexported resources are prunedBrian Anderson-1/+19
2012-01-29rustdoc: Move enum docs into the item tagBrian Anderson-116/+103
2012-01-29rustdoc: Move resource docs into the item tagBrian Anderson-75/+77
2012-01-29rustdoc: Create an item tag to hold doc for all item typesBrian Anderson-0/+12
2012-01-29Fix mistake in previous commitMarijn Haverbeke-1/+2
2012-01-29Fix bug where resolve didn't descend method ty paramsMarijn Haverbeke-1/+1
2012-01-28Adding a function to concatanate vectors with a separatorErick Tryzelaar-0/+22
2012-01-28std: Whitespace cleanup.Erick Tryzelaar-1/+2
2012-01-28core: Flesh out vec find functions.Erick Tryzelaar-3/+125
2012-01-28core: add vec spliting functions.Erick Tryzelaar-0/+146
2012-01-28core: add (,r)position(,_from) functionsErick Tryzelaar-3/+137
2012-01-28core: rename vec::position* functionsErick Tryzelaar-22/+25
2012-01-28Merge remote-tracking branch 'mozilla/master'Josh Matthews-96/+249
2012-01-28Disable lexical block and function debug info caches to improve compilation t...Josh Matthews-19/+18
2012-01-27rt: Remove unused variableBrian Anderson-2/+2
2012-01-27rustc: Make 'attempted access of field' error non-fatalBrian Anderson-1/+9
2012-01-27Merge remote-tracking branch 'killerswan/fixing_strings_2'Brian Anderson-63/+96
2012-01-27std: Long linesBrian Anderson-1/+2
2012-01-27Re-apply fixes brson made.Donovan Preston-4/+4
2012-01-27Implement timers.Donovan Preston-9/+83
2012-01-27Make occurs check in ty::fixup_vars more reliableMarijn Haverbeke-13/+21
2012-01-27Allow moving out of mutable unsafe pointersMarijn Haverbeke-10/+20
2012-01-27Properly check enum types for recursionMarijn Haverbeke-6/+25
2012-01-27Move various trans_ modules under a trans:: umbrella moduleMarijn Haverbeke-212/+203
2012-01-27Stop passing spans to middle::trans functions that don't need themMarijn Haverbeke-224/+164
2012-01-27Use the method name 'unary-' for overloading negationMarijn Haverbeke-3/+7
2012-01-26rustdoc: Write both crates and mods as header level 1Brian Anderson-11/+11
2012-01-26core: Long linesBrian Anderson-2/+4
2012-01-26Merge pull request #1684 from rtanglao/masterBrian Anderson-245/+134
2012-01-26rustdoc: Write markdown for resourcesBrian Anderson-27/+57
2012-01-26rustdoc: Add resource arg tys to doc treeBrian Anderson-1/+42
2012-01-26rustdocs for f32.rs and f64.rsRoland Tanglao-245/+134
2012-01-26rustdoc: Apply generic string-op passes to resourcesBrian Anderson-1/+46
2012-01-26rustdoc: Promote resource long descriptions to brief descriptionsBrian Anderson-1/+24
2012-01-26rustdoc: Build resource arguments as wellBrian Anderson-8/+23
2012-01-26rustdoc: Prune undocumented resourcesBrian Anderson-1/+67
2012-01-26rustdoc: Add resource attribute docs to the doc treeBrian Anderson-1/+48
2012-01-26rustdoc: Parse resource doc attributesBrian Anderson-11/+76
2012-01-26rustdoc: Add resource signatures to doc treeBrian Anderson-2/+34
2012-01-26rustc: Add pprust::res_to_strBrian Anderson-8/+41
2012-01-26rustdoc: Add resources to the doc foldBrian Anderson-4/+31
2012-01-26rustdoc: Extract resources from the ASTBrian Anderson-6/+39
2012-01-26rustdoc: Add a resource node to the doc treeBrian Anderson-5/+19
2012-01-26Remove the --no-core command-line optionBrian Anderson-3/+1
2012-01-26Register snapshotsBrian Anderson-0/+7
2012-01-26Merge pull request #1669 from graydon/inno-setupGraydon Hoare-0/+269
2012-01-26rustdoc: Prune unexported enums and variantsBrian Anderson-1/+92
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-12/+23